From 533c8b9281bae90dacfc872e8c27b628d18af7a2 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 1 Feb 2025 13:36:07 -0500 Subject: [PATCH] lib: Add missing Since annotations to two recent APIs On general principle, but specfiically this is needed to ensure the Rust binding generator correctly handles feature flags for them. --- src/libostree/ostree-repo-checkout.c | 2 ++ src/libostree/ostree-sysroot-deploy.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/libostree/ostree-repo-checkout.c b/src/libostree/ostree-repo-checkout.c index 2e50c30d..ccddb488 100644 --- a/src/libostree/ostree-repo-checkout.c +++ b/src/libostree/ostree-repo-checkout.c @@ -1285,6 +1285,8 @@ compare_verity_digests (GVariant *metadata_composefs, const guchar *fsverity_dig * * - verity: `u`: 0 = disabled, 1 = set if present on file, 2 = enabled; any other value is a fatal * error + * + * Since: 2024.7 */ gboolean ostree_repo_checkout_composefs (OstreeRepo *self, GVariant *options, int destination_dfd, diff --git a/src/libostree/ostree-sysroot-deploy.c b/src/libostree/ostree-sysroot-deploy.c index 2d8705d5..7fb83f0c 100644 --- a/src/libostree/ostree-sysroot-deploy.c +++ b/src/libostree/ostree-sysroot-deploy.c @@ -4270,6 +4270,8 @@ ostree_sysroot_deployment_set_mutable (OstreeSysroot *self, OstreeDeployment *de * @error: Error * * Prepare the specified deployment for a kexec. + * + * Since: 2025.1 */ gboolean ostree_sysroot_deployment_kexec_load (OstreeSysroot *self, OstreeDeployment *deployment, -- 2.30.2